Skip to content

Fix order handling #3112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: 3.0.x
Choose a base branch
from
Open

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Jun 3, 2025

This is many fixes to how 'order' is handled. See the changelong entries for details of bugs fixed.

Fixes #2948, and helps with #3072.

I've targeted this for the 3.0.x branch, as I think it would be good to get this out in 3.0.x, and then we can forward port it to main for active development.

@staticmethod
@pytest.mark.parametrize("order", ["C", "F", None])
@pytest.mark.parametrize("with_config", [True, False])
def test_order(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've merged this with another existing test to reduce duplication - they were doing a lot of the same things.

@dstansby dstansby marked this pull request as draft June 6, 2025 12:36
@dstansby dstansby force-pushed the order-handling branch 2 times, most recently from 4b9ca56 to c8a1652 Compare June 7, 2025 12:20
@dstansby dstansby changed the base branch from main to 3.0.x June 17, 2025 09:20
@dstansby dstansby marked this pull request as ready for review June 17, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect warning when creating zarr_format=2 array with order keyword
2 participants